Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps com.sanctionco.jmail:jmail from 2.0.2 to 2.1.0.

Release notes

Sourced from com.sanctionco.jmail:jmail's releases.

v2.1.0

  • Fix bug where addresses containing unquoted Unicode punctuation or symbol characters in the local-part would be incorrectly considered valid (Thanks @​acmcmurray for reporting and @​houssam966 for contributing! 🎉).
    • While RFC 6531 allows for UTF-8 characters for the purposes of internationalized domain names, not all Unicode symbols are permitted. Specifically, this excludes Punctuation (Pc, Pd, Ps, Pe, Pi, Pf, Po) and Symbols (Sm, Sc, Sk, So).
  • Fix bug where the validation rules requireOnlyTopLevelDomains() and disallowReservedDomains() did not correctly ignore case in the domains (Thanks @​mtillberg for contributing! 🎉).
  • Fix bug where the order of validation rules added to an EmailValidator was not properly maintained. This resulted in rules being applied in an arbitrary order during validation instead of the intended order (Thanks @​Gedankendreher for reporting!).
  • Add new ValidationRule disallowDisposableDomains(DisposableDomainSource) to consider email addresses that have a disposable domain (such as [email protected]) as invalid.
    • The DisposableDomainSource.file(String) implementation of DisposableDomainSource uses a given file as the source of truth for disposable domains (Thanks @​mtillberg for contributing! 🎉).
    • The DisposableDomainSource.inputStream(InputStream) implementation of DisposableDomainSource uses a given InputStream as the source of truth for disposable domains (Thanks @​liias for contributing! 🎉)
    • The IsTempMailAPISource uses the IsTempMail API as the source of truth for disposable domains. Usage of this source requires an API Key provided by IsTempMail.
Changelog

Sourced from com.sanctionco.jmail:jmail's changelog.

2.1.0

  • Fix bug where addresses containing unquoted Unicode punctuation or symbol characters in the local-part would be incorrectly considered valid (Thanks @​acmcmurray for reporting and @​houssam966 for contributing! 🎉).
    • While RFC 6531 allows for UTF-8 characters for the purposes of internationalized domain names, not all Unicode symbols are permitted. Specifically, this excludes Punctuation (Pc, Pd, Ps, Pe, Pi, Pf, Po) and Symbols (Sm, Sc, Sk, So).
  • Fix bug where the validation rules requireOnlyTopLevelDomains() and disallowReservedDomains() did not correctly ignore case in the domains (Thanks @​mtillberg for contributing! 🎉).
  • Fix bug where the order of validation rules added to an EmailValidator was not properly maintained. This resulted in rules being applied in an arbitrary order during validation instead of the intended order (Thanks @​Gedankendreher for reporting!).
  • Add new ValidationRule disallowDisposableDomains(DisposableDomainSource) to consider email addresses that have a disposable domain (such as [email protected]) as invalid.
    • The DisposableDomainSource.file(String) implementation of DisposableDomainSource uses a given file as the source of truth for disposable domains (Thanks @​mtillberg for contributing! 🎉).
    • The DisposableDomainSource.inputStream(InputStream) implementation of DisposableDomainSource uses a given InputStream as the source of truth for disposable domains (Thanks @​liias for contributing! 🎉)
    • The IsTempMailAPISource uses the IsTempMail API as the source of truth for disposable domains. Usage of this source requires an API Key provided by IsTempMail.

Commits
  • 55cc7d9 [maven-release-plugin] prepare release v2.1.0
  • 59d0a20 fix validation rule order bug
  • 4d96f30 remove redunant FileSource and update changelog
  • d2aad04 Add InputStreamSource for disposable domains (#338)
  • 71b73e1 Perform case insensitive lookups for validation rules, disposable domains (#337)
  • 054e63c Bump the gh-actions group with 2 updates (#339)
  • 764cdaa stop running synk on pull requests
  • 582582a update changelog
  • 9961052 use HashSet for Character type check and add tests
  • 6ec6765 Fix: Reject Unicode Punctuation/Symbols in Unquoted Local-Parts (#336)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.sanctionco.jmail:jmail](https://github.com/RohanNagar/jmail) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/RohanNagar/jmail/releases)
- [Changelog](https://github.com/RohanNagar/jmail/blob/master/CHANGELOG.md)
- [Commits](RohanNagar/jmail@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: com.sanctionco.jmail:jmail
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 05:04
@dependabot dependabot bot added the java Pull requests that update Java code label Nov 1, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 1, 2025 05:11
@github-actions github-actions bot merged commit 71e978a into main Nov 1, 2025
10 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/com.sanctionco.jmail-jmail-2.1.0 branch November 1, 2025 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant